home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Add-Ons
/
BBEdit
/
MacBob 1.0ß2
/
Examples
/
GlobalVariable.bob
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-07
|
148 b
|
15 lines
|
[
TEXT/R*ch
]
main ()
{
p = "Set by main\n";
print("main >> ", p);
test();
print("main >> ", p);
}
test ()
{
print("test >> ", p);
p = "Set by test\n";
}